ComponentOne ASP.NET MVC Controls
Face Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Face Method
The builder function.
Configurates C1.Web.Mvc.Gauge.Face. Sets the Range used to represent the gauge's overall geometry and appearance.
Syntax
'Declaration
 
Public Function Face( _
   ByVal build As Action(Of RangeBuilder) _
) As TBuilder
public TBuilder Face( 
   Action<RangeBuilder> build
)

Parameters

build
The builder function.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members